projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0e299d
)
Remove no-byte-compile from file local variables
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Oct 2001 10:12:12 +0000
(10:12 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 5 Oct 2001 10:12:12 +0000
(10:12 +0000)
to enable bootstrapping.
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 30e936598149e39802e91fc8ffccbe0a91143e9e..f412f85dee866df058f1c48f7036b4f7cdb66297 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-933,10
+933,8
@@
language you are using."
(define-key ctl-x-map "z" 'repeat)
-;;; Don't compile this file; it contains no large function definitions.
;;; Don't look for autoload cookies in this file.
;;; Local Variables:
-;;; no-byte-compile: t
;;; no-update-autoloads: t
;;; End: